-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MTV-2039 | Allow to specify the diskBus #1333
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
7b23787
to
5395b30
Compare
Codecov ReportAttention: Patch coverage is
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## main #1333 +/- ##
==========================================
- Coverage 15.45% 15.44% -0.02%
==========================================
Files 112 112
Lines 23377 23393 +16
==========================================
Hits 3613 3613
- Misses 19479 19495 +16
Partials 285 285
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Allow users to specify the plan.spec.diskBus which will set it on all disks during the creation. Possible options 'scsi', 'sata' and 'virtio'. Ref: https://issues.redhat.com/browse/MTV-1635 Signed-off-by: Martin Necas <[email protected]>
|
Allow users to specify the
plan.spec.diskBus
which will set it on all disks during the creation.Possible options 'scsi', 'sata' and 'virtio'.
Ref: https://issues.redhat.com/browse/MTV-1635